feat: add missing Coolify API endpoints (v3.0.0)#1
Merged
Conversation
Add 32 new tools covering scheduled tasks, storages/volumes, GitHub Apps, backup executions, backup schedule update, and resources listing. Update existing tools with docker_cleanup on stop, force on server delete, and comment field on environment variables. - Scheduled Tasks CRUD for applications and services (10 tools) - Storage/Volumes CRUD for applications, databases, and services (12 tools) - GitHub Apps management with repository/branch browsing (6 tools) - Backup executions listing and deletion (2 tools) - Backup schedule update (1 tool) - Aggregate resources listing (1 tool) - docker_cleanup param on stop_application/database/service - force param on delete_server - comment field on all env var create/bulk tools - Unit tests: 117 → 165 (+48 tests) - Integration tests for all new features (4 new test files)
Coolify latest (v4.3.3) runs composer install --dev when debug is enabled, which fails due to missing ext-sockets on the image.
Coolify v4.3.3 crashes with TelescopeServiceProvider not found when APP_ENV=local. Switch to production and explicitly disable Telescope.
Skip gracefully on 404/422 since the storages API schema may vary between Coolify versions.
- Storage update: add storageUuid to URL path and tool schema (critical) - EnvironmentVariable interface: add missing comment field - update_github_app: expose name as explicit param - BackupExecution: remove fictitious uuid field, align with id-based pattern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New tool groups
scheduled-tasks.ts,service-scheduled-tasks.tsstorages.ts,database-storages.ts,service-storages.tsgithub-apps.tsdatabases.tssystem.tsParam additions (0 new tools)
docker_cleanuponstop_application,stop_database,stop_serviceforceondelete_servercommentfield on all env var create/bulk tools (app, db, service)Testing
Test plan
bun run checkpasses (biome + typecheck + unit tests)🤖 Generated with Claude Code